runtime.gcControllerState.idleMarkTime (field)
6 uses
runtime (current package)
mgc.go#L1597: gcController.idleMarkTime.Load(),
mgcpacer.go#L281: idleMarkTime atomic.Int64
mgcpacer.go#L394: c.idleMarkTime.Store(0)
mgcpacer.go#L628: idleUtilization = float64(c.idleMarkTime.Load()) / float64(assistDuration*int64(procs))
mgcpacer.go#L947: c.idleMarkTime.Add(duration)
mstats.go#L952: markIdleCpu = gcController.idleMarkTime.Load()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |